home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000397_news@columbia.edu_Tue Nov 14 05:42:35 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA26268
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Wed, 15 Nov 1995 09:27:21 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id JAA19041 for kermit.misc@watsun; Wed, 15 Nov 1995 09:27:20 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!newsfeed.internetmci.com!inet-nntp-gw-1.us.oracle.com!news.caldera.com!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.dcom.lans.ethernet,comp.protocols.kermit.misc
  7. Subject: Re: Ethernet / Kermit
  8. Message-Id: <1995Nov14.114236.66839@cc.usu.edu>
  9. Date: 14 Nov 95 11:42:35 MDT
  10. References: <488ntu$or1@morgan.vf.mmc.com>
  11. Organization: Utah State University
  12. Lines: 27
  13. Xref: news.columbia.edu comp.dcom.lans.ethernet:21401 comp.protocols.kermit.misc:4131
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <488ntu$or1@morgan.vf.mmc.com>, tcmayo@eng112 (Tom Mayo N1RMU) writes:
  17. > Hello-
  18. > I am trying to add a low-tech node to my home LAN.  My downstairs
  19. > neighbor and I already run two Linux boxes on our Ethernet with no
  20. > problems.  I want to add my 286 to the network.  It has a 3COM 3C503
  21. > and I have installed the Crynwr packet driver for this card with cmd
  22. > line 3c503 0x78.  It seems to work ok with TELNETD, but what I would
  23. > like is to run Kermit so I can connect to the other nodes.
  24. > Our little network is 10.0.0.0 with fang at 10.0.0.1 and tuning at
  25. > 10.0.0.2.  Communication between fang and tuning is superfine.  The
  26. > 286 is cheesebox at 10.0.0.3.  I am using the MSCUSTOM.INI file at the
  27. > end of the message on cheesebox.  The problem is that I get the following
  28. > message when I try to connect from cheesebox at the Kermit prompt:
  29. > resolving addres of host 10.0.0.1...
  30. > unable to ARP resolve 10.0.0.1
  31. > unable to contact the host
  32. > the host may be down or a gateway may be needed
  33. > ?cannot start the connection
  34.  
  35.     Some Linux systems have terrible problems with ARP caches.
  36. I suggest you use the re-issue edition of MSK v3.14 (fetch from 
  37. kermit.columbia.edu, cd kermit/msdos, binary file msvibm.zip) which
  38. cures one bug in MSK's ARP code.
  39.     Joe D.